Skip to content

docs(archive): preserve PR #4821#4845

Closed
AceHack wants to merge 2 commits into
mainfrom
lior-pr-preservation-4821
Closed

docs(archive): preserve PR #4821#4845
AceHack wants to merge 2 commits into
mainfrom
lior-pr-preservation-4821

Conversation

@AceHack
Copy link
Copy Markdown
Member

@AceHack AceHack commented May 24, 2026

This PR preserves the discussion from PR #4821.

Copilot AI review requested due to automatic review settings May 24, 2026 17:34
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR primarily archives the discussion for PR #4821 into docs/pr-discussions/, and also adjusts the Riven launchd heartbeat’s autonomous “gate” prompt/CLI invocation in the Cursor worktree script.

Changes:

  • Add a PR-discussion archive markdown record for PR #4821 (metadata + review threads).
  • Update .cursor/bin/riven-loop-tick.ts to run an agent chat gate with a new “trajectory-manager contract” prompt and simplified logging (removing pickup/drain prompt construction).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
docs/pr-discussions/PR-4821-fix-4780-address-review-comments-on-residuated-lattice-tests.md Adds the preserved PR discussion archive for PR #4821.
.cursor/bin/riven-loop-tick.ts Updates the Riven launchd loop gate invocation and prompt contract.

Comment on lines 200 to 206
if (elapsed >= agentIntervalMs) {
const prNum = Number(prCount) || 0;
const workMode = prNum === 0 ? "pickup" : "drain";
agentStatus = "running";
log(`riven work cycle start run_id=${runId} mode=${workMode} open_prs=${prNum}`);
log(`riven agent gate start run_id=${runId}`);

if (dryRun) {
log(`dry-run: would run riven ${workMode}`);
log(`dry-run: would run agent gate`);
agentStatus = "dry-run";
Comment on lines +216 to +219
"Walk assigned trajectories. Decompose only what you hit mid-stride.",
"Produce at least one concrete, actionable claim or small PR scope.",
"When blocked, create a specific research child the next pickup cannot dodge.",
"Write your status to ~/.local/share/zeta-broadcasts/riven.md at the end.",
@AceHack
Copy link
Copy Markdown
Member Author

AceHack commented May 25, 2026

Closing this in favor of a single batched PR for archiving.

@AceHack AceHack closed this May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants